Executive Summary

The goal of the exercise is to create a map using Leaflet.

A map describing earth quakes info across the world between years 2000 and 2020 is created using Leaflet. The map provides a hover feature that would display the magnitude, year and also place of the earth quake. When clicked on the circle a standing out label with the info is diplayed. The magnitude of the earth quakes can be selected using checkbox on the top of the map.

The earth quake data is obtained from https://earthquake.usgs.gov website and is downloaded ahead into the project directory.

Map